home *** CD-ROM | disk | FTP | other *** search
- //
- // This is MORAY's default standard include file for POV 1.0.
- // called MRYDFLT1.INC
- //
- // It defines a standard scene environment of a grass plane on the 'floor'
- // and a blue sky that gets hazy towards the horizon.
- //
-
- #include "colors.inc"
- #include "textures.inc"
- #include "shapes.inc"
-
-
- object {
- plane {
- <0.0 0.0 1.0> -0.01
- texture {
- color green 1.0
- ambient 0.4
- diffuse 0.3
- phong 0.2
- phong_size 5
- 0.075
- }
- }
- }
-
- object{
- sphere {
- <0 0 0> 1
- texture {
- gradient <0 0 1>
- color_map {
- [0 1 color red 0.9 green 0.9 blue 1.0
- color red 0.4 green 0.5 blue 1.0 ]
- }
- ambient 1.0
- diffuse 0.0
- }
- scale <1000 1000 1000>
- }
- }
-